About Adjustable Base

Acro Plate Wall Formwork

Adjustable Base is a crucial scaffolding and formwork component used to provide stable and level support on uneven surfaces. It consists of a threaded base plate that allows for height adjustments, ensuring proper alignment and load distribution. Adjustable bases are commonly used in scaffolding systems, slab formwork, and temporary structures to enhance safety and stability on construction sites.

Key Features:

  • Height Adjustment: Threaded mechanism for precise leveling.
  • High Load Capacity: Supports heavy loads while maintaining structural stability.
  • Corrosion Resistance: Available in galvanized, powder-coated, or painted finishes.
  • Easy Installation: Quick adjustment to accommodate uneven ground conditions.
  • Compatible with Various Systems: Suitable for scaffolding, formwork, and staging applications.

Technical Specifications

Specification Details
Material High-strength steel (IS:2062) with forged threading
Base Plate Size 100mm x 100mm, 150mm x 150mm, 200mm x 200mm
Thread Diameter 32mm, 36mm, 38mm, 48mm
Adjustment Height 100mm - 600mm
Load Capacity Standard: 30 kN; Heavy-duty: 50 kN
Surface Treatment Galvanized, Painted, or Powder-coated
Weight 2.5 - 6 kg depending on size and thickness
Application Scaffolding, Formwork, Staging, and Temporary Structures
Compliance Meets IS 2750:1964 and BS 1139 standards

Ready to Build Your Future?

Let's create something amazing together

Get Started
.glass-panel { color: #fff; margin: 40px auto; background-color: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); width: 100%; border-radius: 15px; padding: 32px; backdrop-filter: blur(10px); } .glass-button { display: inline-block; padding: 12px 24px; border: 0; text-decoration: none; border-radius: 15px; background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(30px); color: rgba(255, 255, 255, 0.8); font-size: 14px; letter-spacing: 2px; cursor: pointer; text-transform: uppercase; transition: all 0.3s ease; } .glass-button:hover { background-color: rgba(255, 255, 255, 0.2); } /* Root Variables */ :root { --primary-color: #2563eb; --secondary-color: #3b82f6; --dark-color: #1e293b; --light-color: #f8fafc; --accent-color: #f59e0b; --grey-color: #64748b; } /* Base Styles */ body { font-family: 'Poppins', sans-serif; color: var(--dark-color); background-color: var(--light-color); overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { font-weight: 700; } a { text-decoration: none; color: var(--primary-color); transition: all 0.3s ease; } a:hover { color: var(--secondary-color); } .section-padding { padding: 100px 0; } .section-title { margin-bottom: 60px; text-align: center; } .section-title h2 { font-size: 2.5rem; margin-bottom: 20px; position: relative; } .section-title h2:after { content: ''; width: 70px; height: 4px; background: var(--primary-color); position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); } .section-title p { color: var(--grey-color); font-size: 1.1rem; max-width: 700px; margin: 0 auto; } /* Navbar */ .navbar { padding: 20px 0; transition: all 0.3s ease; z-index: 1000; } .navbar.scrolled { background: rgba(255, 255, 255, 0.1); /* Transparent background */ backdrop-filter: blur(10px); /* Glassmorphism blur effect */ border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */ box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */ padding: 10px 0; /* Adjust padding when scrolled */ } .navbar-brand { font-weight: 700; font-size: 1.6rem; color: black; } .nav-link { color: var (--dark-color); font-weight: 500; margin-left: 25px; position: relative; transition: all 0.3s ease; } .nav-link:before { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background-color: var(--primary-color); transition: all 0.3s ease; } .nav-link:hover:before, .nav-link.active:before { width: 100%; } /* Enhanced Animations */ @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes slideUp { from { transform: translateY(100px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes scaleIn { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } } @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } } @keyframes wave { 0% { transform: translateX(0) translateY(0); } 50% { transform: translateX(-25%) translateY(10px); } 100% { transform: translateX(-50%) translateY(0); } } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes fadeInRight { from { transform: translateX(-50px); opacity: 0; } to { transform: translateX(0); opacity: 1; } } @keyframes fadeInLeft { from { transform: translateX(50px); opacity: 0; } to { transform: translateX(0); opacity: 1; } } /* About Section */ .about-section { padding: 60px 20px; /* Add spacing around the section */ background-color: #f8fafc; /* Light background color */ border-radius: 15px; /* Rounded corners for a modern look */ margin: 80px auto; /* Add spacing from other sections */ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */ } .about-section .section-title { text-align: center; font-size: 2.5rem; font-weight: 700; color: var(--dark-color); margin-bottom: 40px; position: relative; } .about-section .section-title::after { content: ''; width: 70px; height: 4px; background: var(--primary-color); position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); } .about-section .row { display: flex; align-items: center; gap: 20px; /* Add spacing between image and text */ } .about-section img { width: 100%; border-radius: 15px; /* Rounded corners for the image */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */ } .about-section .about-text { font-size: 1.1rem; color: var(--grey-color); line-height: 1.8; margin-bottom: 20px; } .specs-table { width: 100%; border-collapse: collapse; margin: 20px 0; } .specs-table th, .specs-table td { border: 1px solid #ddd; padding: 12px; text-align: left; } .specs-table th { background-color: #f2f2f2; } .specs-table tr:hover { background-color: #f9f9f9; } /* Footer */ .footer { background-color: var(--dark-color); color: white; padding: 80px 0 20px; } .footer h3 { font-size: 1.8rem; margin-bottom: 20px; } .footer-links { list-style: none; padding: 0; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: all 0.3s ease; } .footer-links a:hover { color: white; } /* Floating WhatsApp Icon */ .whatsapp-float { position: fixed; width: 60px; height: 60px; bottom: 100px; right: 40px; background-color: #25d366; color: #fff; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 2px 2px 3px #999; z-index: 100; } .whatsapp-float i { margin-top: 16px; } /* Add spacing between image and text in the About section for mobile */ @media (max-width: 768px) { #about .row { gap: 20px; /* Adds space between the image and text */ } } /* Reduce space between About and Services sections */ #about { margin-bottom: 0px; /* Decrease the bottom margin */ }